Carbon


DataCodecCompressPartial

Header: QuickTimeComponents.h Carbon status: Supported

ComponentResult DataCodecCompressPartial (
    DataCodecComponent dc, 
    void **next_in, 
    UInt32 *avail_in, 
    UInt32 *total_in, 
    void **next_out, 
    UInt32 *avail_out, 
    UInt32 *total_out, 
    Boolean tryToFinish, 
    Boolean *didFinish
);
dc
next_in
avail_in
total_in
next_out
avail_out
total_out
tryToFinish
didFinish

AVAILABILITY

Supported in Carbon. Available in QuickTime 3.0 and later when Carbon 1.0.2 or later is present.


© 2000 Apple Computer, Inc. — (Last Updated 5/10/2000)